From 4aa257b66309b5c169fda5d8332e4446f3bffcb2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 17 Apr 2016 13:41:29 -0400 Subject: [PATCH] bloatpad: Make shortcuts window update This tests the just added functionality to make shortcuts track changes in their actions accelerators. --- examples/bp/gtk/help-overlay.ui | 55 ++++++++++++++++++++++++++++----- 1 file changed, 48 insertions(+), 7 deletions(-) diff --git a/examples/bp/gtk/help-overlay.ui b/examples/bp/gtk/help-overlay.ui index ac166b79a7..d9e3398aee 100644 --- a/examples/bp/gtk/help-overlay.ui +++ b/examples/bp/gtk/help-overlay.ui @@ -10,33 +10,74 @@ 1 - Shortcuts + General 1 - <Primary>c + app.new + New Window + + + + + 1 + app.quit + Quit + + + + + 1 + win.fullscreen + Fullscreen + + + + + 1 + win.show-help-overlay + Shortcuts + + + + + + + 1 + Text + + + 1 + win.copy Copy 1 - <Primary>p + win.paste Paste 1 - F11 - Fullscreen + win.justify::left + Justify left 1 - <Primary>q - Quit + win.justify::center + Justify center + + + + + 1 + win.justify::right + Justify right -- 2.30.2